home *** CD-ROM | disk | FTP | other *** search
/ The Disc - MacWorld 1995 / PowerComputing (The Disc)(MacWorld 1995).ISO / mac / Jawai / JavaBea / JBeatMAC / Java Beat Demo / Java Beat Demo.dxr / 00132.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  123 b   |  5 lines

  1. on mouseUp
  2.   set newLevel to integer((the mouseH - the left of sprite the clickOn) / 9)
  3.   setSoundLevelMeter(newLevel)
  4. end
  5.